ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChartCore<T> Class / SelectionIndex Property

In This Topic
    SelectionIndex Property (FlexChartCore<T>)
    In This Topic
    Gets or sets the index of selected chart series.
    Syntax
    'Declaration
     
    Public Property SelectionIndex As Nullable(Of Integer)
    public Nullable<int> SelectionIndex {get; set;}
    See Also